css parser: Fix names for blend modes
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Mar 2017 16:05:31 +0000 (12:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Mar 2017 16:48:05 +0000 (12:48 -0400)
commit60982265fa432d97b3ae2fac8494b47d8c81553c
tree76865d54c41b0af6e7341015359a68a7f67841e5
parentef0956f8100e6154a66e5108f22c91cd548a4d61
css parser: Fix names for blend modes

When the blend modes were ported to use gsk defines, some
dashes were accidentally turned into underscores. It also
turns out that we were expecting 'saturate' instead of
'saturation' as per the css spec. Fix that as well.
gtk/gtkcssenumvalue.c